PowerTools SPREAD for Windows Forms 8.0J
SortRange(Int32,Int32,Int32,Int32,Boolean,SortInfo[]) メソッド


並べ替えるセル範囲の開始行インデックス
並べ替えるセル範囲の開始列インデックス
セル範囲の行数
セル範囲の列数
行と列のどちらに従ってソートするか
ソート基準とソート方法を含むSortInfoオブジェクト
このシートのデータモデル内のセル範囲を並べ替えます。
構文
'Declaration
 
Public Function SortRange( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal byRows As Boolean, _
   ByVal sortInfo() As SortInfo _
) As Boolean
'使用法
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim byRows As Boolean
Dim sortInfo() As SortInfo
Dim value As Boolean
 
value = instance.SortRange(row, column, rowCount, columnCount, byRows, sortInfo)
public bool SortRange( 
   int row,
   int column,
   int rowCount,
   int columnCount,
   bool byRows,
   SortInfo[] sortInfo
)

パラメータ

row
並べ替えるセル範囲の開始行インデックス
column
並べ替えるセル範囲の開始列インデックス
rowCount
セル範囲の行数
columnCount
セル範囲の列数
byRows
行と列のどちらに従ってソートするか
sortInfo
ソート基準とソート方法を含むSortInfoオブジェクト
参照

SheetView クラス
SheetView メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.